home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / share / 04 / setup.exe / MM6.Cab / F2102_WOExtensions.dict.F6A680DD_F3FB_4CF3_BABB_0D0F06E630F5 < prev    next >
Text File  |  2000-08-17  |  3KB  |  120 lines

  1. {
  2.     button = {
  3.     type = "WOApplet";
  4.     name = "WO_BUTTON_APPLET";
  5.     attributes = {
  6.         associationClass = "\"next.wo.client.SimpleAssociation.class\"";
  7.         code = "\"next.wo.client.controls.ButtonApplet.class\"";
  8.         codebase = "\"/WebObjects/Java\"";
  9.         height = 22;
  10.         width = 90;
  11.         align = "\"middle\"";
  12.         
  13.         action = "aMethod";
  14.         title = "\"title\"";
  15.         };
  16.     };
  17.  
  18.     checkbox = {
  19.     type = "WOApplet";
  20.     name = "WO_CHECKBOX_APPLET";
  21.     attributes = {
  22.         associationClass = "\"next.wo.client.SimpleAssociation.class\"";
  23.         code = "\"next.wo.client.controls.CheckboxApplet.class\"";
  24.         codebase = "\"/WebObjects/Java\"";
  25.         height = 42;
  26.         width = 130;
  27.         align = "\"top\"";
  28.         
  29.         action = "aMethod";
  30.         checked = "\"NO\"";
  31.         title = "\"title\"";
  32.         };
  33.     };
  34.  
  35.     choice = {
  36.     type = "WOApplet";
  37.     name = "WO_CHOICE_APPLET";
  38.     attributes = {
  39.         associationClass = "\"next.wo.client.SimpleAssociation.class\"";
  40.         code = "\"next.wo.client.controls.ChoiceApplet.class\"";
  41.         codebase = "\"/WebObjects/Java\"";
  42.         height = 20;
  43.         width = 90;
  44.         align = "\"top\"";
  45.         
  46.         action = "aMethod";
  47.         itemList = "aListObj";
  48.         selectedItem = "anItem";
  49.         };
  50.     };
  51.  
  52.     list = {
  53.     type = "WOApplet";
  54.     name = "WO_LIST_APPLET";
  55.     attributes = {
  56.         associationClass = "\"next.wo.client.SimpleAssociation.class\"";
  57.         code = "\"next.wo.client.controls.ListApplet.class\"";
  58.         codebase = "\"/WebObjects/Java\"";
  59.         height = 54;
  60.         width = 90;
  61.         align = "\"middle\"";
  62.         
  63.         action = "aMethod";
  64.         allowMultipleSelection = "\"NO\"";
  65.         itemList = "aListObj";
  66.         selectedItems = "anItemList";
  67.         selectionChanged = "aMethod";
  68.         };
  69.     };
  70.  
  71.     radiogroup = {
  72.     type = "WOApplet";
  73.     name = "WO_RADIOGROUP_APPLET";
  74.     attributes = {
  75.         associationClass = "\"next.wo.client.SimpleAssociation.class\"";
  76.         code = "\"next.wo.client.controls.RadioGroupApplet.class\"";
  77.         codebase = "\"/WebObjects/Java\"";
  78.         height = 42;
  79.         width = 130;
  80.         align = "\"top\"";
  81.         
  82.         action = "aMethod";
  83.         itemList = "aListObj";
  84.         selectedItem = "anItem";
  85.         };
  86.     };
  87.  
  88.     scrollingtext = {
  89.     type = "WOApplet";
  90.     name = "WO_SCROLLINGTEXT_APPLET";
  91.     attributes = {
  92.         associationClass = "\"next.wo.client.SimpleAssociation.class\"";
  93.         code = "\"next.wo.client.controls.ScrollingTextApplet.class\"";
  94.         codebase = "\"/WebObjects/Java\"";
  95.         height = 71;
  96.         width = 264;
  97.         align = "\"top\"";
  98.  
  99.         stringValue = "aValueObj";
  100.         };
  101.     };
  102.  
  103.     textfield = {
  104.     type = "WOApplet";
  105.     name = "WO_TEXTFIELD_APPLET";
  106.     attributes = {
  107.         associationClass = "\"next.wo.client.SimpleAssociation.class\"";
  108.         code = "\"next.wo.client.controls.TextFieldApplet.class\"";
  109.         codebase = "\"/WebObjects/Java\"";
  110.         height = 20;
  111.         width = 151;
  112.         align = "\"middle\"";
  113.  
  114.         action = "aMethod";
  115.         echoCharacter = "\"aChar\"";
  116.         stringValue = "aValueObj";
  117.         };
  118.     };
  119. }
  120.